//0x34 bytes (sizeof)
struct _MM_PAGED_POOL_INFO
{
struct _FAST_MUTEX Mutex; //0x0
struct _RTL_BITMAP PagedPoolAllocationMap; //0x20
struct _MMPTE* FirstPteForPagedPool; //0x28
ULONG PagedPoolHint; //0x2c
ULONG AllocatedPagedPool; //0x30
};